fix(tests): restore whitelisted smoke job in quantum integration test#468
Draft
cursor[bot] wants to merge 3 commits into
Draft
fix(tests): restore whitelisted smoke job in quantum integration test#468cursor[bot] wants to merge 3 commits into
cursor[bot] wants to merge 3 commits into
Conversation
The run_autorun_job bridge rejects non-whitelisted job names before status lookup. Update parametrized fixtures to use smoke so list/dict status shape coverage still runs. Co-authored-by: Bryan
Update orchestrator and automation status timestamps after successful 2026-06-20 22:04 UTC health run (2725 tests, all gates passed). Co-authored-by: Bryan
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the quantum integration test to use the whitelisted File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Strip leftover git conflict markers from the tracked training signal log so JSONL consumers can parse every line again. Co-authored-by: Bryan
| "duration_sec": 0.67, | ||
| "detail": "rc=0 | stdout=Provider: local | Model: local-echo\nassistant> Offline mode active. I can process Aria commands but can't generate AI responses without a configured provider." | ||
| "duration_sec": 0.75, | ||
| "detail": "rc=0 | stdout=Provider: local | Model: local-echo\nassistant> No live model detected. Run with `--provider lmstudio` (LM Studio running locally), `--provider ollama`, `--provider openai`, or `--provider azure`." |
Contributor
There was a problem hiding this comment.
Semgrep identified an issue in your code:
Possibly found usage of AI: OpenAI
To resolve this comment:
🔧 No guidance has been designated for this issue. Fix according to your organization's approved methods.
💬 Ignore this finding
Reply with Semgrep commands to ignore this finding.
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
Alternatively, triage in Semgrep AppSec Platform to ignore the finding created by detect-generic-ai-oai.
You can view more details about this finding in the Semgrep AppSec Platform.
🟡 Coverage —
|
| Metric | Value |
|---|---|
| Total coverage | 65.2% |
→ vs main |
0.0% |
| Minimum threshold | 60% |
Updated on every push · 2026-06-20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The hourly repo health automation cycle failed because
tests/test_quantum_integration.pyused a non-whitelisted autorun job name (another).run_autorun_jobrejects unknown names before status lookup, so the parametrized list/dict shape tests never reached_find_job_status. This PR restores the whitelistedsmokejob name and refreshesdata_outstatus timestamps from the successful follow-up cycle.Changes
smokejob name instead ofanotherdata_out/**/status.jsonartifacts from the 2026-06-20 22:04 UTC health runTesting
.venv/bin/python -m pytest tests/test_quantum_integration.py -q— 2 passedPYTHON_BIN=.venv/bin/python .venv/bin/python scripts/repo_health_automation.py --once --repair-status --refresh-stale-status --run-agents --continue-on-fail— all steps passed (2725 unit tests, integration contract gate, repo agents)Summary by Sourcery
Restore the quantum integration autorun test to use a whitelisted smoke job and refresh recorded repo health status artifacts.
Bug Fixes:
Tests:
Chores: